home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
tclMotif-1.4
/
wtour
/
form1.tcl
< prev
next >
Wrap
Text File
|
1995-06-29
|
436b
|
18 lines
#
# a Form containing a mixture of objects
#
# Note how attachments have to be set to stop
# them piling up in the left top corner.
xmForm .form managed
xmLabel .form.lab managed \
-labelString "A label"
xmPushButton .form.button managed \
-labelString "A button" \
-topAttachment attach_widget \
-topWidget .form.lab
xmArrowButton .form.arrow managed \
-topAttachment attach_widget \
-topWidget .form.button